home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / bin / fwrap.doc < prev    next >
Text File  |  1994-10-16  |  1KB  |  35 lines

  1.     FrexxWrap - A word wrap filter
  2.     ==============================
  3.  
  4. LEGAL STUFF
  5. ~~~~~~~~~~~
  6.  FrexxWrap with source and this document file is released as Public Domain.
  7. You may sell it, use it, delete it, throw it away, copy it or even use it.
  8.  
  9.  FrexxWrap is written with the intent of being a fully working word wrap filter
  10. but there are no guarantees at all, only that it occupies disk space and
  11. acutally has been working for me more than once. The author of this program
  12. takes no responsibility at all if it proves defective in any way.
  13.  
  14. USAGE
  15. ~~~~~
  16. Fwrap [-scq] <infile >outfile
  17.  
  18.     -s <string>  String to begin each line with
  19.     -c <column>  Column to wrap the word at
  20.     -q           Shut off 'fancy' word wrapping
  21.  
  22. DESCRIPTION
  23. ~~~~~~~~~~~
  24.  FrexxWrap was written a sunny day in October '94 to provide a little program
  25. what word wraps a stream.
  26. Since the program was mainly made for BBS program usage, I added the ability
  27. to append a custom string to the left side of each line that contains text.
  28. FrexxWrap uses a 'fancy' way to decide whether a paragraph is continued after
  29. a newline or not (if the following character is non-space, the paragraph
  30. continues) that can during some circumstances mess the stream real bad. I
  31. added a '-q' option to turn that one off if the result turns ugly!
  32.  
  33.  Mainly put together and released like this to provide a nice example of how
  34. to implement a file filter for FrexxEd!
  35.